PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentFooter Class / getBottomMargin Method
In This Topic
    getBottomMargin Method
    In This Topic
    Gets the bottom margin.
    If the footer bottom margin plus footer height are greater than page bottom margin, the page bottom margin is increased (content is moved up) in order to accomodate the footer.
    Syntax
    public double getBottomMargin()

    Return Value

    Margin from bottom page border where the footer ends.
    See Also